home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / mac / MSTR / PROGRAM / MOVIE12.DIR / 00043_close,up.ls < prev    next >
Encoding:
Text File  |  1997-07-10  |  219 b   |  14 lines

  1. on mouseDown
  2.   global status
  3.   if status <> EMPTY then
  4.     if the puppet of sprite 19 = 1 then
  5.       beepsound()
  6.       exit
  7.     end if
  8.   end if
  9.   eracemenudownbutton()
  10.   if button() then
  11.     go(1, "TITLE")
  12.   end if
  13. end
  14.